CALL_RECORD
Structure Definition
Function Description
Call history for the access control indoor unit.
Member Description
| Member | Type | Remark |
| missedCall | BOOL | Is it a missed call |
| devName | char[32] | Device name |
| callType | unsigned int | Call type, refer to ACCESS_CONTROL_CALL_TYPE |
| recordTime | DD_TIME | Record time |
| startTime | DD_TIME | Call start time |
| endTime | DD_TIME | Call end time |
| chlId | GUID | Channel GUID |
| devType | unsigned int | Device type, refer to ACCESS_CONTROL_DEVICE_TYPE |
| communityNo | unsigned int | Community number |
| sectorNo | unsigned int | Unit number |
| buildingNo | unsigned int | Building number |
| unitNo | unsigned int | Room number |
| floorNo | unsigned int | Floor number |
| doorStationNo | unsigned int | Door number |
| resv | char[32] | Reserved field. |